home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / xinetd / xinetd.2.0.6 / flags.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-22  |  516 b   |  27 lines

  1. /*
  2.  * (c) Copyright 1992 by Panagiotis Tsirigotis
  3.  * All rights reserved.  The file named COPYRIGHT specifies the terms 
  4.  * and conditions for redistribution.
  5.  */
  6.  
  7. #ifndef FLAGS_H
  8. #define FLAGS_H
  9.  
  10. /*
  11.  * $Id: flags.h,v 5.1 1992/10/31 23:59:07 panos Exp $
  12.  */
  13.  
  14. /*
  15.  * Flags
  16.  */
  17. #define SOFT_RECONFIG_FLAG            1
  18. #define HARD_RECONFIG_FLAG            2
  19. #define TERMINATE_FLAG                3
  20. #define DUMP_FLAG                        4
  21. #define RETRY_FLAG                    5
  22. #define CONSISTENCY_FLAG            6
  23. #define CHILD_FLAG                    7
  24. #define QUIT_FLAG                        8
  25.  
  26. #endif    /* FLAGS_H */
  27.